github.com/jackc/pgx/v5.dbSimulatedNestedTx.savepointNum (field)

4 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L176: 	return &dbSimulatedNestedTx{tx: tx, savepointNum: tx.savepointNum}, nil
		tx.go#L290: 	savepointNum int64
		tx.go#L309: 	_, err := sp.Exec(ctx, "release savepoint sp_"+strconv.FormatInt(sp.savepointNum, 10))
		tx.go#L322: 	_, err := sp.Exec(ctx, "rollback to savepoint sp_"+strconv.FormatInt(sp.savepointNum, 10))